home *** CD-ROM | disk | FTP | other *** search
/ Doom 3 - Resurrection of …l (USA) (Xbox Press Kit) / Doom 3 - Resurrection of Evil (USA) (Xbox Press Kit).bin / Doom3_ROE_Xbox_Press / sections / preview.swf / scripts / DefineButton2_89 / BUTTONCONDACTION on(press).as next >
Text File  |  2005-10-10  |  309b  |  10 lines

  1. on(press){
  2.    clicksubnav.start();
  3.    _root.currentGallery = "roe_pctrailer";
  4.    _parent._parent.pc_mc.gotoAndStop(1);
  5.    _parent._parent._parent.splash._visible = true;
  6.    _parent._parent._parent.moviealpha._visible = false;
  7.    _parent._parent._parent.loadPreview();
  8.    _parent.gotoAndStop("on");
  9. }
  10.